home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C101.ZIP / UUPC11XS.ZIP / UUCICO / DCPFPKT.H < prev    next >
Text File  |  1992-11-15  |  725b  |  30 lines

  1. /*
  2.       dcpfpkt.h
  3.  
  4.       "f" protocol packet driver for dcp (UUPC/extended data
  5.       communications)
  6.  
  7.       Change History:
  8.  
  9.       08 Sep 90   -  Create via Microsoft C compiler /Zg          ahd
  10.       21 Aug 91   -  Create from dcpgpkt.c                        ahd
  11.  */
  12.  
  13.  /*
  14.   *      $Id: DCPFPKT.H 1.2 1992/11/15 20:08:29 ahd Exp $
  15.   *
  16.   *      $Log: DCPFPKT.H $
  17.  * Revision 1.2  1992/11/15  20:08:29  ahd
  18.  * Clean up modem file support for different procotols
  19.  *
  20.   */
  21.  
  22. int  fopenpk(const boolean master);
  23. int  fclosepk(void);
  24. int  fgetpkt(char  *data,int  *len);
  25. int  fsendpkt(char  *data,int  len);
  26. int  fwrmsg(char *str);
  27. int  frdmsg(char *str);
  28. int  feofpkt( void );
  29. int  ffilepkt( void );
  30.